Learn R Programming

DataSetsUni (version 0.1)

Patients Relief Times: The relief times for patients receiving an analgesic

Description

The function allows to provide the lifetime's data relating to relief times (in minutes) for 20 patients receiving an analgesic.

Usage

data_analgesic

Value

data_analgesic gives the relief times (in minutes).

Arguments

data_analgesic

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data set represents the lifetime's data relating to relief times (in minutes) for 20 patients receiving an analgesic. Recently, it is used by Peter et al. (2021) and fitted the Gamma odd Burr III-G family of distributions.

References

Peter, P. O., Oluyede, B., Bindele, H. F., Ndwapi, N., & Mabikwa, O. (2021). The Gamma Odd Burr III-G Family of Distributions: Model, Properties and Applications. Revista Colombiana de Estadística, 44(2), 331-368.

Gross, A. J., & Clark, V. A. (1975). Survival distributions: reliability applications in the biomedical sciences (Vol. 11). New York: Wiley.

See Also

data_relieftime

Examples

Run this code
x<-data_analgesic
summary(x)

Run the code above in your browser using DataLab